From: Debian Science Maintainers Date: Sat, 2 Mar 2019 14:59:35 +0000 (+0000) Subject: Use mathjax instead of no-longer-existing pngmath X-Git-Tag: archive/raspbian/0.11.1-2+rpi1~2^2^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=c4cbd6f3c4f446cd1c4dc6182147126ab90f4ad8;p=statsmodels.git Use mathjax instead of no-longer-existing pngmath Either imgmath or mathjax fixes the FTBFS; mathjax also makes TeX display as equations, i.e. fixes #687301 Author: Rebecca N. Palmer Forwarded: not-needed (mathjax is already the upstream default) Gbp-Pq: Name no-sphinx-pngmath.patch --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 13a4da5..92c742c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -30,8 +30,7 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.todo', # 'sphinx.ext.mathjax', # One of mathjax, pngmath or imgmath - # 'sphinx.ext.imgmath' - 'sphinx.ext.pngmath', + 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinx.ext.autosummary', 'sphinx.ext.inheritance_diagram',